/*移动导航*/

body::-webkit-scrollbar{
    display: none;

}
body::-webkit-scrollbar{
    width:0;
    height:0;
}
body{
    overflow-x: hidden;
    -webkit-overflow-x:hidden;
}


.body-bg{
    /*overflow-x:hidden;*/
    /* min-width: 375px; */}
.ac-gn-noscroll {
    overflow: hidden !important;
    height: 100% !important;
}

.ac-gn-menuicon-bread-top {
    -webkit-transition: -webkit-transform 0.25s 2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 1s cubic-bezier(0.4, 0.01, 0.165, 0.99), 
    -webkit-transform 0.25s 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: -2px !important;
}

.ac-gn-menuicon-bread-bottom {
    -webkit-transition: -webkit-transform 0.25s 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 1s cubic-bezier(0.4, 0.01, 0.165, 0.99), 
    -webkit-transform 0.25s 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}




.icon-arrow-down,.icon-arrow-right,.icon-close {
    /*background-image: url(/static/newRecruit/images/sprite.png);*/
    background-image: url(/static/newRecruit/images/footer-mb.jpg);
}

.icon-sprite,sub,sup {
    display: inline-block
}

.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated-slow {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-50px,0);
        transform: translate3d(0,-50px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-50px,0);
        transform: translate3d(0,-50px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        display: none;
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        display: none;
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

.icon-arrow-down {
    background-position: -35px 0;
    width: 24px;
    height: 15px
}

.icon-arrow-right {
    background-position: -25px 0;
    width: 9px;
    height: 16px
}

.icon-close {
    background-position: 0 0;
    width: 24px;
    height: 24px
}


.btn,.icon-sprite,.input,input,select {
    vertical-align: middle
}

b {
    font-weight: 400
}

em,i {
    font-style: normal
}

mark {
    font-style: italic;
    font-weight: 700
}

sub,sup {
    position: relative;
    right: 8%;
    top: -50%;
    padding-right: .1rem;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: 50%;
    font-size: 13px
}




.mb-10 {
    margin-bottom: .5rem!important
}

.input {
    padding: .4rem;
    border-radius: .15rem;
    border: 1px solid #ddd;
    font-size: 13px
}

.btn-wrap {
    padding: 1rem 0;
    clear: both
}

.btn {
    display: inline-block;
    padding: .5rem 1.25rem;
    border: 1px solid #fff;
    border-radius: .15rem;
    white-space: nowrap;
    font-size: 18px;
    line-height: 1.3
}

.btn-block {
    display: block;
    width: 100%
}

.block,.show {
    display: block!important
}

.btn-default {
    background: #999;
    border-color: #999
}

.btn-white {
    background: #fff;
    border: 1px solid #f1f1f1;
    color: #e5e5e5
}

.logo,.menu,.menu li {
    float: left;
}



.font-red {
    color: #c00928!important;
}

.number {
    font-size: 16px;
}

.lan,.menu {
    font-size: 14px;
}

.hide {
    display: none!important;
}

.bg-white {
    background-color: #fff!important;
}

.bg-gray {
    background-color: #f6f6f6!important;
}

img.round {
    border-radius: 50%;
}

img.round.border {
    border: 1px solid #fff;
}

img.round.orange {
    border-color: #ff9c00;
}


/*头部样式开始*/


.top {
    width: 100%;
    min-width: 1100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
}

.top.fixed {
    background: #fff;
    box-shadow: 0 6px 24px rgba(0,0,0,.16)
}

.top-in {
    width: 1100px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    z-index: 9
}

.logo {
    display: block;
    margin: 0px 40px 0 0;
}

.logo>img {
    width: 100px
}

.menu li {
    margin-right: 60px;
    cursor: pointer;
}

.menu li a {
    font-weight: 600;
    display: block;
    line-height: 50px;
    color: #4d4d4d;
    position: relative;
}
.fixed .top-in .menu li a {
   
    color: #000;
}


.menu li a:hover {
  /*  padding: 0px 5px 0px;*/
    opacity: .6
}

.menu li.active a {
    position: relative;
   /* padding: 21px 5px 25px*/
}

.menu li.active a:hover {
    opacity: 1
}

.menu li.active a::after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -33px;
    width: 66px;
    height: 4px;
    background-color: #fb5900;
}
.menu li a::after{
    content: "";
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -33px;
    width: 66px;
    height: 4px;
    background-color: #fb5900;
    opacity: 0;
}
.menu li:hover a::after{
    opacity: 1;
}
.menu-mb,.menu-mb-btn {
    display: none
}

/*hover 二级导航*/
.menu .nav-serveAndY{
    position: relative;
}
.menu .nav-serveAndY:hover .nav-erji-content{
    display: block;
}
.menu .nav-serveAndY .nav-erji-content{
    position: absolute;
    width: 140px;
    z-index: 99;
    background: #fff;
    padding: 16px 13px;
    box-sizing: border-box;
    left: -35px;
    display: none;
}
.menu .nav-serveAndY .nav-erji-content ol li{
    margin: 0 auto;
    width: 113px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 7px;
    cursor: pointer;
}
.menu .nav-serveAndY .nav-erji-content ol li:hover {
    background-color: #fb5900;
}
/*中英切换*/

.lan {
    padding: 14px 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 93px;
    font-size: 12px;
}

.lan>.acitve {
    position: relative;
    right: 0;
    height: 19px;
    padding: 0 9px;
    border: 1px solid #a0a0a0;
    cursor: pointer;
    border-radius: 3px;
}

 .fixed .top-in .lan>.acitve{border: 1px solid #000;}


.lan>.acitve span {
    padding: 3px 0px 0px 24px;
    display: block;
    color: #a0a0a0;
    line-height: 12px;
}
.fixed .top-in .lan>.acitve span{ color: #000;}

.lan>.acitve .triangle {
    position: absolute;
    top: 7px;
    left: 15px;
    z-index: 9;
    border-color: #ccc transparent transparent;
    border-style: solid dashed dashed;
    border-color: #ccc transparent transparent;
}
.fixed .top-in .lan>.acitve .triangle{border-color: #000 transparent transparent;}

.lan .drop {
    visibility: hidden;
    width: 78px;
    position: absolute;
    top: 33px;
    z-index: 9;
    background-color: #666;
    box-shadow: 0 5px 30px 5px rgba(69,79,91,.2)
}

.lan .drop li>a {
    display: block;
    cursor: pointer;
    padding: 10px;
    color: #000;
}

.lan .drop li>a:first-child {
    border-radius: 6px 6px 0 0
}

.lan .drop li>a:last-child {
    border-radius: 0 0 6px 6px
}

.lan .drop li>a:hover {
    color: #fff;
}

.lan .drop.show {
    visibility: visible;
    background: rgba(99,99,99,0.7);
    
}

.lan.active>.acitve {
    opacity: .5
}

.top.fixed {
    background-color: #FFFFFF;
    
}
.logo{
	width: 100px;
	height: 40px;
	background: url(../../images/logo1.png) no-repeat;
    margin-top: 5px;
	}
.fixed .logo{
	width: 100px;
	height: 40px;
	background: url(../../images/logo.png) no-repeat;
}



	/*中英切换*/

/*头部样式结束*/





@media (max-width:1023px) {
    .lan,.menu {
        display: none;
    }

    .top {
        min-width: 100%;
    }

    .top-in {
        width: 100%
    }

    .logo {
        margin: 0px 0 0 1.4rem;
        left: 50%;
	    margin-left: -50px;
	    position: relative;
	    z-index: 10;
    }

    .logo>img {
        width: 83px;
        height: auto
    }

    .menu-mb-content,.menu-mb-mask {
        height: 100%;
        top: 0;
        position: absolute
    }
 @keyframes menuAnimate {
        0%,100%{top: 53px
    }

    50% {
        top: 50px
    }
}


@keyframes menushow {
    0% {
        top: -100%
    }

    100% {
        top: 0
    }
}

@keyframes menuhide {
    0% {
        top: 0
    }

    100% {
        top: -100%
    }
}

@keyframes menucontentshow {
    0% {
        top: -100%
    }

    100% {
        top: 0
    }
}

@keyframes menucontenthide {
    0% {
        top: 0
    }

    100% {
        top: -100%
    }
}

.menu-mb {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    opacity: 0
}

.menu-mb>ul {
    display: none
}

.menu-mb.mshow {
    opacity: 1;
    right: 0
}

.menu-mb.mshow>.menu-mb-content {
    width: 100%;
    background: #000;
    animation: menucontentshow 1s ease
}

.menu-mb.mshow>.menu-mb-content>ul {
    opacity: 1;
    transform: translateY(0)
}

.menu-mb.mhide {
    /*right: -100%*/
}

.menu-mb.mhide>.menu-mb-content {
    /*right: -100%;*/
    animation: menucontenthide 2s ease
}

.menu-mb-mask {
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: rgba(0,0,0,.3)
}

.menu-mb-content {
  /*  right: -100%;*/
    width: 100%;
    z-index: 2;
    padding: 20px 20px;
    background: #fff
}

.menu-mb-content>.logo {
    display: block;
    float: none;
    margin: 0
}

.menu-mb-content>.logo>img {
    width: 86px;
    height: auto
}

.menu-mb-content a {
    font-size: 14px;
    color: #FFFFFF;
}

.menu-mb-content ul {
    border-top: 1px solid #DFE3E8;
    margin-top: 45px;
    padding-top: 32px;
    opacity: 0;
    transform: translateY(0);
    transition: all .8s;
}

.menu-mb-content ul>li {
    margin-bottom: 14px
}

.menu-mb-content ul>li>h3 {
    font-size: 18px
}

.menu-mb-content ul>li>a {
    display: block;
    padding: 5px 0
}

.menu-mb-content ul>li.active>a {
    color: #FFFFFF;
}

.menu-mb-content .lan-list {
    margin-top: 25px
}

.menu-mb-content .lan-list>li>h3 {
    font-family: Helvetica;
    color: #279CD4
}

.menu-mb-btn {
    display: block;
    margin: 14px 30px 0 0;
    float: left;
    width: 20px;
    position: absolute;
    left: 20px;
  
}

.menu-mb-btn>i {
    display: block;
    margin-bottom: 5px;
    height: 2px;
    border-radius: 1px;
    
    background: #fff;
}
  
 .menu-close {
    display: block;
    margin: 0px 30px 0px 0px;
    float: left;
    width: 20px;
    position: absolute;
    top: 20px;
    z-index: 10;
} 
  
.menu-close>i {
    display: block;
    margin-bottom: 5px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}




}

/*footer部分样式开始*/
.MbFooter{display: none;}
.footer{
	position: relative;
	width:100%;
	margin: 0 auto;
	background: url(../../images/footer.jpg) no-repeat top;
	background-size: cover;
	
	
}

.footer > .f-box{
	width: 1030px;
	height: 200px;
	padding: 40px 0px 0px 70px;
	background:rgba(0,0,0,0.5);
	margin: 0 auto;
	color: #fff;
	position: relative;
}
.f-box-in{width: 25%;}
 .f-box-in ul li{
 	font-size: 12px;
    line-height: 22px;}





.icp {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    text-align: center;
    background-color: #000000;
}

.icp>a {
    font-size: 12px
}

.scroll-top {
    position: absolute;
    top: 0;
    right: 0;
    width:40px;
    height: 40px;
    z-index: 9;
    background-color: #000;
    cursor: pointer;
}


.scroll-top>i {
    display: block;
    margin: 3px auto;
    height: 31px;
    background: url(../../images/icon/top.png) center center no-repeat;background-size: contain
}

.cooperatio {
    display: block;
    top: 50%;
    right: 0;
    width: 110px;
    height: 50px;
    background: #279CD4;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 2px 12px 0 rgba(155,155,155,.5)
}

.cooperatio>i {
    display: block;
    margin-top: 12px;
    height: 26px;
    /*background: url(../../images/cooperatio.png) center center no-repeat;*/
    background: url(../../images) center center no-repeat;
    background-size: contain
}
.footerMB{display: none;}
/*footer部分样式结束*/

@media (max-width:1023px) {

.footerMB > h3 {
    padding: 1rem 0px 1rem;
    font-size: 24px;
}
.footerMB h3>.line{
	width: 50px;
    border: 1px solid #000;
    vertical-align: middle;
    display: inline-block;
    margin: 0 24px 0 24px;
}
.footerMB{text-align: center;display:block;}


.footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: url(../../images/footer-mb.jpg) no-repeat top;
    background-size: cover;
    padding-top: 1.5rem;
}
   
.top.fixed {
    background:rgba(33,33,33,0.9);
}

.footer > .f-box {
    width: 92%;
    padding: 0px;
    background:rgba(33,33,33,0);;
    margin: 0 auto;
    color: #fff;
    position: relative;
    height: 380px;
}

.f-box-in {
    width: 50%;
    height: 50%;
}


 .scroll-top {display: none;}  

 html.ac-gn-noscroll, html.ac-gn-noscroll body {
    overflow: hidden !important;
    height: 100% !important;
} 
  

    
}
/*1023样式结束*/

.icp {
    width: 100%;
    position: relative;
    text-align: center;
    background-color: #000000;
    height: 1rem;
    bottom: 0px;
    left: 0%;
    margin-left: 0px;
    line-height: 1rem;
}
.icp a{color: #fff;}

/* @media (min-width:320px) {
    html {
        font-size: 17.07px
    }
}

@media (min-width:375px) {
    html {
        font-size: 20px
    }
}

@media (min-width:414px) {
    html {
        font-size: 22.08px
    }
}

@media (min-width:480px) {
    html {
        font-size: 25.6px
    }
}

@media (min-width:640px) {
    html {
        font-size: 34.13px
    }
}

@media (min-width:768px) {
    html {
        font-size: 40.96px
    }
} */


